ComponentOne FlexPivot for WinForms
AddRange(IEnumerable<C1CheckListItem>) Method

C1.Win.Input.MultiSelect.4 Assembly > C1.Win.Input Namespace > C1CheckListSelectedItemCollection Class > AddRange Method : AddRange(IEnumerable<C1CheckListItem>) Method
The specified collection of items.
Adds the items of the specified collection to the end of the C1CheckListSelectedItemCollection.
Syntax
'Declaration
 
Public Overloads Sub AddRange( _
   ByVal collection As System.Collections.Generic.IEnumerable(Of C1CheckListItem) _
) 
public void AddRange( 
   System.Collections.Generic.IEnumerable<C1CheckListItem> collection
)

Parameters

collection
The specified collection of items.
See Also

Reference

C1CheckListSelectedItemCollection Class
C1CheckListSelectedItemCollection Members
Overload List